home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13588 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c,comp.lang.c++,comp.object,comp.software-eng
  4. Subject: Re: Beware of "C" Hackers -- A rebuttal to Bertrand Meyer
  5. Date: Tue, 26 Mar 96 13:24:41 GMT
  6. Organization: none
  7. Message-ID: <827846681snz@genesis.demon.co.uk>
  8. References: <1995Jul3.034108.4193@rcmcon.com> <31545B86.4CC0@iadfw.net> <4j26cn$gh7@solutions.solon.com> <3154A548.71FF@iadfw.net> <4j3p80INN567@keats.ugrad.cs.ubc.ca> <827765484snz@tsys.demon.co.uk>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <827765484snz@tsys.demon.co.uk>
  15.            tomw@tsys.demon.co.uk "Tom Wheeley" writes:
  16.  
  17. >That is why you can build the standard library within C -- you cannot write
  18. >the entire standard library using the standard library, therefore if the
  19. >standard library is a part of the C language, then the standard library is
  20. >no longer written in the C language, but only a limited subset thereof.
  21.  
  22. You can't use redundancy to prove whether something is part of the language
  23. or not. while() loops can be expressed as for() loops or even using if/goto's.
  24. while() is still very much part of the C language.
  25.  
  26. As others have pointed out you can't write functions such as time() or
  27. getc() in standard C.
  28.  
  29. -- 
  30. -----------------------------------------
  31. Lawrence Kirby | fred@genesis.demon.co.uk
  32. Wilts, England | 70734.126@compuserve.com
  33. -----------------------------------------
  34.